Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@changesets/cli (source) ^2.27.7 -> ^2.27.9 age adoption passing confidence devDependencies patch
@types/node (source) ^20.16.3 -> ^20.17.1 age adoption passing confidence devDependencies minor
actions/checkout v4.1.7 -> v4.2.2 age adoption passing confidence action minor
actions/setup-node v4.0.3 -> v4.1.0 age adoption passing confidence action minor
discord.js (source) ^14.15.3 -> ^14.16.3 age adoption passing confidence dependencies minor
pino (source) ^9.3.2 -> ^9.5.0 age adoption passing confidence dependencies minor
pnpm (source) 9.9.0 -> 9.12.2 age adoption passing confidence packageManager minor
tslib (source) ^2.7.0 -> ^2.8.0 age adoption passing confidence dependencies minor
tsup (source) ^8.2.4 -> ^8.3.4 age adoption passing confidence devDependencies minor
turbo (source) ^2.1.1 -> ^2.2.3 age adoption passing confidence devDependencies minor
typedoc (source) ^0.26.6 -> ^0.26.10 age adoption passing confidence devDependencies patch
typedoc-plugin-mdn-links ^3.2.11 -> ^3.3.4 age adoption passing confidence devDependencies minor

Release Notes

changesets/changesets (@​changesets/cli)

v2.27.9

Compare Source

Patch Changes

v2.27.8

Compare Source

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/setup-node (actions/setup-node)

v4.1.0

Compare Source

v4.0.4

Compare Source

discordjs/discord.js (discord.js)

v14.16.3

Compare Source

Bug Fixes

Typings

v14.16.2

Compare Source

Bug Fixes

Documentation

Typings

v14.16.1

Compare Source

Bug Fixes

v14.16.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Typings

pinojs/pino (pino)

v9.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.4.0...v9.5.0

v9.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: pinojs/pino@v9.3.2...v9.4.0

pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency discord.js to ^14.16.0 fix(deps): update dependency discord.js to ^14.16.1 Sep 3, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1f9ec9a to dd23be3 Compare September 3, 2024 10:04
@renovate renovate bot changed the title fix(deps): update dependency discord.js to ^14.16.1 fix(deps): update all non-major dependencies Sep 3, 2024
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Sep 4, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6848ec7 to c049b1f Compare September 9, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 9802774 to 00cfca2 Compare September 17, 2024 06:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from eb510f6 to 13d1955 Compare September 25, 2024 22:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fdd0b3c to 522dc76 Compare October 2, 2024 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 614b5e7 to 155cff0 Compare October 9, 2024 00:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bb13c55 to d68c33d Compare October 17, 2024 01:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from b54b029 to 4d3ff78 Compare October 25, 2024 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants